home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / comm / irc / DalHelper.readme < prev    next >
Encoding:
Text File  |  2000-11-02  |  8.3 KB  |  275 lines

  1. Short:    Interface to Dalnet Services: (Chan/Memo/Nick services)
  2. Author:   strdustr@ptd.net (StarDustr)
  3. Uploader: strdustr@ptd.net (StarDustr)
  4. Type:     comm/irc
  5.  
  6. VERSION:        :  $VER: DalHelper.amirx 5.29 (10.09.00)
  7. VERSION:        :  $VER: DalHelperID.amirx 1.0 (27.09.99)
  8.  
  9. Requirements:
  10.  
  11.     1.    AmIRC installed, running correctly with RexxMSGPort.
  12.     2.    Recommended that you make   Rx  resident.
  13.     3.    MCF_Buttons.amirx (Version 5.1+) installed.
  14.         (Optional, required for buttons plugin.)
  15.  
  16.  
  17. Updates to 5.29:
  18.  
  19.     Changed Services Drop command to re-issue command
  20.          with returned AUTH args
  21.     Changed Services reply check to work with new variable "DX"
  22.  
  23. Updates to 5.28:
  24.  
  25.     Fixed minor bug with functions using CPAS
  26.     Shrank source by over 3K by shortening subroutine call(s)
  27.      and changed DalDest to DX and included RAW command in it's value
  28.  
  29. Updates to 5.27:
  30.  
  31.     Changed NickServ command:  Set Passwd
  32.     Shortened the "ShowEmail" button in the plugin to "ShEmail"
  33.  
  34. Updates to 5.26:
  35.  
  36.     Added new NickServ commands: Set [Email & ShowEmail] (again)
  37.     Added new NickServ command:  AUTH (authenticate)
  38.     Added new format for NickServ "Set Kill" command:
  39.         Set Enforce.    "Set Kill" is still supported.
  40.  
  41. Updates to 5.25:
  42.  
  43.     Updated Chanserv UNBAN to work with new release.
  44.     Added Memoserv NEWS command.
  45.  
  46. Updates to 5.24:
  47.  
  48.     Changed reply literal being scanned for on a password change.
  49.     Changed format of Chanserv Set Passwd command.
  50.  
  51. Updates to 5.23:
  52.  
  53.     Something I forgot to note,  so, no entry here.
  54.  
  55. Updates to 5.22:
  56.  
  57.     Something I forgot to note,  so, no entry here.
  58.  
  59. Updates to 5.21:
  60.  
  61.     Fixed Chanserv UNBan command. The Cleared message from
  62.     Chanserv changed and the auto-rejoin was never happening.
  63.  
  64. Updates to 5.20:
  65.  
  66.     IDALL no longer changes your nickname as it is not
  67.     required to update the last-seen timestamp on the nick.
  68.     IDALL now waits for Chanserv to OP you in a registered
  69.     channel before it leaves the channel.
  70.  
  71. New/Updates to 5.19:
  72.  
  73.     Added new script to Auto-ID your current nick:
  74.       DalHelperID.amirx  (Read  DalHelperID.readme)
  75.     Removed obsolete ChanServ Voice functions:
  76.       Add, List, Delete, Wipe.
  77.     Updated ChanServ DEOP function to current format.
  78.  
  79. New to 5.18:
  80.  
  81.     Added new ChanServ functions:
  82.       VOP Add, Del, List, and Wipe
  83.     Removed obsolete ChanServ functions:
  84.       AOP Clean
  85.       SOP Clean
  86.     Removed obsolete NickServ functions:
  87.       Set EMail
  88.       Set ShowEmail
  89.  
  90. New to 5.17:
  91.  
  92.     Added new ChanServ functions:
  93.       AOP Clean and Wipe
  94.       AKick Wipe
  95.       SOP Clean and Wipe
  96.     Added new NickServ functions:
  97.       Set NoOp
  98.       Set EMail
  99.       Set ShowEmail
  100.  
  101. New/Updates to 5.16:
  102.  
  103.     Added new ChanServ function:  WHY
  104.     Updated file "DalHelper.doc" with more current help
  105.      on Dalnet Services.
  106.     Added new buttons to MCF_Buttons PlugIns.
  107.  
  108. New to 5.15:
  109.  
  110.     Added ChanServ function ACCESS for listing
  111.      a user's access on a registered channel.
  112.  
  113. New/Updates to 5.14:
  114.  
  115.     Added new MemoServ function:  SendSOP 
  116.      sends a memo to all SOPs of a channel.
  117.     Added new MemoServ function:  Foward
  118.      forwards your memos to another registered nick
  119.      (Password of forwarding nick need to be in MCF.Dal)
  120.     Fixed a small coding problem that resulted in the
  121.      wrong Nick/Channel being used when none was entered.
  122.  
  123. Updates to 5.13:
  124.  
  125.     Changed how Version information is handled.
  126.     Changed how DalHelper creates/updates the MCF.Dal data file.
  127.  
  128. Updates to 5.12:
  129.  
  130.     Changed how commands were parsed and then issued
  131.     to the correct services bot.
  132.     Changed "DalDest" variable to be equal to the complete
  133.     command instead of just the destination.
  134.  
  135. New to 5.11:
  136.  
  137.     Added code to recognize IRC Server command 440
  138.     as meaning Services are down and DalHelper shouldn't
  139.     wait for a response from it.
  140.     Added code to help ensure that DalHelper does not
  141.     write a NULL entry to the "MCF.Dal" file.
  142.     Moved old code handling IRC Server command 433 so
  143.     that they are actually processed instead of skipped.
  144.     Removed code handling IRC Server command 401 since
  145.     using Services new command format results in a 440.
  146.     Added storage of Nick/Channel URLs and Channel ModeLock
  147.     to the MCF.Dal file for future use by upcoming GUI.
  148.     Added DalHelper.amirx VERSION checking before
  149.     copying it from the archive to your HD.
  150.     Added FileSize check of any found "MCF.Dal" file.
  151.     If file is smaller than 35 bytes, the Installer will
  152.     walk you thru re-building a new one.
  153.  
  154. New to 5.10:
  155.  
  156.     Added ChanServ INVITE command.
  157.     Services have been UPDATED.  For more guaranteed
  158.     security, there are now server commands:
  159.     ChanServ,  NickServ,  and  MemoServ.
  160.     DalHelper now uses these commands instead of sending
  161.     a /MSG to the appropriate nick.
  162.  
  163. New to 5.9:
  164.  
  165.     Added New ChanServ feature:  Count.
  166.     This function is restricted to channel AOPs and above.
  167.     It returns the number of channel AOPs, SOPs, and AKicks.
  168.  
  169. New to 5.8:
  170.  
  171.     Seems that with Dal's latest server upgrade, you
  172.     can't change nick too quick, so I added a 30
  173.     second wait between Nick changes.
  174.  
  175. New to 5.7:
  176.  
  177.     Fixed a bug in the read routine.  Seems it didn't
  178.     always grab the last entry in the MCF.Dal file.
  179.  
  180. New to 5.6:
  181.  
  182.     Added scanning for IRC error code 433 when
  183.     in Nick change cycle of IDA function.
  184.     (Nick change too fast)
  185.  
  186. New to 5.5:
  187.  
  188.     IDA function now joins all Regged channels that
  189.     you are not already on.
  190.     Added a Cancel Wait-Loop function.
  191.         USAGE:  /msg YourNick %DAL
  192.     This will cause DalHelper to cease waiting for
  193.     a response from services and exit the script.
  194.     Added a check for IRC error code 401 on response
  195.     to a PRIVMSG to services. (No such Nick/Channel)
  196.     Script will exit Wait-Loop if this occurs.
  197.  
  198. New to 5.4:
  199.  
  200.     Added new function:  IDA.  This function will
  201.     change your nick to all your registered nicks,
  202.     Identify them to NickServ, then Identify all
  203.     your registered channels to ChanServ.
  204.         USAGE:  /Rx DalHelper IDA
  205.  
  206. New to 5.3:
  207.  
  208.     Added code to set Clips with About information
  209.     for display in future GUI About function and
  210.     Version which next release of MCF4AmIRC will
  211.     display upon receiving a VERSION request.
  212.     Added new function for removing the clips before
  213.     quitting the net.
  214.         USAGE:  /Rx DalHelper QUIT
  215.  
  216. Bug Fix to 5.2:
  217.  
  218.     Had the wrong OFF option coded for ChanServ
  219.     Set TopicLock function.
  220.     Added 2 new buttons in the DalHelper PlugIn
  221.     for MCF_Buttons.
  222.  
  223. New to 5.1:
  224.  
  225.     A new Security feature for users who use
  226.     other users' Amigas or for those who have
  227.     more than 1 user on thier Amiga.  If you
  228.     have a disk labeled  DalHelper  or make
  229.     an assignment of  DalHelper:  to a directory,
  230.     that location will be searched for the file
  231.     MCF.Dal (password file) first before the
  232.     AmIRC root directory is searched.  If found,
  233.     it will use the MCF.Dal found in DalHelper:.
  234.  
  235. New to 5.0:
  236.  
  237.     MemoServ functions are now included.
  238.     NickServ and ChanServ functions updated.
  239.     Minor bugs found and corrected.
  240.     Corrected bug found in Installer script
  241.      and upgraded it's version to 5.0.1.
  242.     Found and corrected another Installer
  243.      script bug.  Now version 5.0.2.
  244.  
  245.  
  246. ============================= Archive contents =============================
  247.  
  248. Original  Packed Ratio    Date     Time    Name
  249. -------- ------- ----- --------- --------  -------------
  250.      628     279 55.5% 27-Mar-97 17:43:02  DalHelper.info
  251.     2657     646 75.6% 27-Sep-99 20:46:58 +Docs.info
  252.     1901    1387 27.0% 27-Sep-99 20:46:58 +DalHelper.doc.info
  253.     1901    1381 27.3% 27-Sep-99 20:46:58 +DalHelper.readme.info
  254.      668     411 38.4% 27-Sep-99 20:28:08 +DalHelperID.readme
  255.     1901    1382 27.3% 27-Sep-99 20:46:58 +DalHelperID.readme.info
  256.     2502    1140 54.4% 27-Sep-99 20:19:30 +DISCLAIMER
  257.     1901    1381 27.3% 27-Sep-99 20:46:58 +DISCLAIMER.info
  258.     2841    1014 64.3% 27-Sep-99 20:21:40 +PlugIn.readme
  259.     1901    1381 27.3% 27-Sep-99 20:47:00 +PlugIn.ReadMe.info
  260.     5047    1579 68.7% 24-Oct-99 12:24:26 +Install_DalHelper
  261.      707     356 49.6% 27-Sep-99 20:46:58 +Install_DalHelper.info
  262.     1967    1006 48.8% 27-Sep-99 20:46:58 +Install_PlugIns.info
  263.    11262    2414 78.5% 19-Oct-97 18:39:40 +Install_PlugIns.rexx
  264.     2657     644 75.7% 27-Sep-99 20:46:58 +No_Help_PlugIns.info
  265.     2657     645 75.7% 27-Sep-99 20:46:58 +PlugIns.info
  266.     1233     802 34.9% 27-Sep-99 20:46:58 +Rexx.info
  267.      565     369 34.6% 27-Sep-99 20:43:06 +DalHelperID.amirx
  268.     1943     607 68.7% 17-Aug-00 20:22:30 +DalHelper.PlugIn
  269.     4304    1247 71.0% 17-Aug-00 20:22:50 +DalHelper.PlugIn
  270.    33128    9771 70.5% 29-Aug-00 05:10:42 +DalHelper.doc
  271.     6880    2831 58.8% 03-Oct-00 21:02:24 +DalHelper.readme
  272.    14837    4070 72.5% 03-Oct-00 20:59:14 +DalHelper.amirx
  273. -------- ------- ----- --------- --------
  274.   105988   36743 65.3% 04-Oct-100 05:01:32   23 files
  275.